home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00090.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  574 b   |  23 lines

  1. on exitFrame
  2.   if the timer < 1250 then
  3.     if the loaded of member "malewithlegs" = 0 then
  4.       preloadMember("malewithlegs")
  5.     end if
  6.     go(the frame)
  7.   else
  8.     go(the frame + 1)
  9.   end if
  10.   set the locV of sprite 13 to the locV of sprite 13 + random(5)
  11.   set the locV of sprite 13 to the locV of sprite 13 - random(5)
  12.   if sprite 13 intersects sprite(14) then
  13.     set the locV of sprite 13 to the locV of sprite 13 - 2
  14.   end if
  15.   if sprite 13 intersects sprite(15) then
  16.     set the locV of sprite 13 to the locV of sprite 13 + 2
  17.   end if
  18. end
  19.  
  20. on mouseUp
  21.   go(80)
  22. end
  23.